
/* 首页-home */
.is-main {
	padding: 20px 0;
	background: url(../images/bg.jpg) center top no-repeat;
}

/* 广告 */
.m-ad {
	margin-bottom: 20px;
}
.m-ad .ad-title h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #1f5da4;
}
.m-ad .ad-title h2 span {
	margin-right:10px;
}
.m-ad .ad-list .bd {
	margin-right: 200px;
}
.m-ad .ad-list .tempWrap {
	width: 800px!important;
}
.m-ad .ad-list .tempWrap .infoList {
	left:0;
}
.m-ad .ad-list li {
	position: relative;
	padding-left: 20px;
	width: 350px !important;
}
.m-ad .ad-list li::before {
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1e77dd;
}
.m-ad .ad-list li a {
	font-size: 16px;
	color: #333;
	margin-right: 50px;
}
.m-ad .ad-list li span {
	font-size: 16px;
	color: #333;
}
.m-ad .ad-list .hd a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 10px;
	color: #000;
	background: #fff;
}
.m-ad .ad-list .hd a.active {
	color: #fff;
	background: #dda204;
}
.m-ad .ad-list a:hover {
	text-decoration: none;
}

/* 轮播 */
.m-carousel .carousel-cont {
	background: rgba(249,252,255,.9);
}
.m-carousel .carousel-inner .item a img {
	width:100%;
	height:444px;
}
.m-carousel .box-left {
	float: left;
	width: 614px;
}
.m-carousel .box-cont {
	float: right;
	width: 666px;
	padding: 0 20px;
}
.box-cont .box-title {
	border-bottom: 1px solid #ddd;
}
.box-cont .box-title h2 {
	position: relative;
	float: left;
	font-size: 18px;
    font-weight: bolder;
	color: #1f5da4;
	padding: 20px 10px;
	padding-left: 50px;
	border-bottom: 3px solid #1f5da4;
}
.box-cont .box-title h2:nth-child(2) {
	padding: 20px;
}
.box-cont .box-title h2 img {
	position: absolute;
	top: 20px;
	left: 10px;
}
.box-cont .box-title .more {
	float: right;
	margin-top: 20px;
	color: #73859a;
	font-size: 14px;
	display:none;
}
.box-cont .box-title .active {
	display:inline-block;
}
.box-cont .box-headline {
	padding-bottom: 20px;
	border-bottom: 1px dotted #888;
}
.box-cont .box-headline h3 a {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: #9c7e13;
	padding: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-cont .box-headline p {
	text-indent: 2em;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.box-cont .box-list ul {
	margin-top: 10px;
}
.box-cont .box-list li a {
	display: inline-block;
	padding: 5px 0 10px 20px;
	font-size: 14px;
	color: #333;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-cont .box-list li {
	position: relative;
}
.box-cont .box-list li::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1e77dd;
}
.box-cont .box-list span {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.m-carousel .box-cont .box-title h2 {
	color: #000;
	font-size: 18px;
    font-weight: bolder;
	border: none;
}
.m-carousel .box-cont .box-title h2.active {
	color: #1f5da4;
	border-bottom: 3px solid #1f5da4;
}
.m-carousel .box-cont .box-change {
	display: none;
}
.m-carousel .box-cont .active {
	display: block;
}

/* 投资项目 */
.m-tzxm .is-w {
	margin-top: 20px;
	background: rgba(249,252,255,.9);
}
.m-tzxm .box-left {
	float: left;
	width: 614px;
	padding: 0 20px;
}
.m-tzxm .box-right {
	float: right;
	width: 666px;
	padding: 0 20px;
}
.m-tzxm .box-model {
	padding: 20px 0;
	border-bottom: 1px dotted #888;
}
.m-tzxm .box-model img {
	float: left;
	display: block;
	width: 30%;
	max-width: 163px;
}
.m-tzxm .box-model a {
	display: block;
	float: right;
	width: 70%;
}
.m-tzxm .box-model a h3 {
	font-size: 16px;
	color: #333;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-tzxm .box-model a p {
	text-indent: 2em;
	font-size: 14px;
	color: #888;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-tzxm .box-right .box-list {
	float: left;
	width: 50%;
}
.m-tzxm .box-right .box-list img {
	width: 100%;
	max-width: 300px;
}
.m-tzxm .box-right {
	padding-top: 20px;
}
.m-tzxm .box-right .box-list ul {
	padding-right: 20px;
}
.m-tzxm .box-right .box-list ul li a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 企业风采 */
.m-qyfc .is-w {
	margin-top: 20px;
	background: rgba(249,252,255,.9);
}
.m-qyfc .is-w .box-cont {
	padding: 0 20px;
}
.swiper-father {
	margin-top:20px;
}
.swiper-father .swiper-button-next {
	right: -82px;
    width: 42px;
    height: 42px;
    background-image: url(../images/video-arr-right.png);
    background-size: 42px 42px;
}
.swiper-father .swiper-button-prev {
	left: -82px;
    width: 42px;
    height: 42px;
    background-image: url(../images/video-arr-left.png);
    background-size: 42px 42px;
}
.swiper-father .swiper-wrapper img {
	width:100%;
}
.swiper-father .swiper-wrapper a {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
}
.swiper-father .swiper-wrapper p {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	color:#fff;
}
.swiper-father .swiper-wrapper .swiper-slide:hover a {
	display:block;
}



/* 媒体查询 */
@media screen and (max-width: 1280px) {
	.is-w {
		padding-left: 20px;
		padding-right: 20px;
	}
	.m-carousel .box-left,
	.m-carousel .box-cont,
	.m-tzxm .box-left,
	.m-tzxm .box-right {
		width: 50%;
	}
	.m-tzxm .box-right .box-list {
		padding-right: 20px;
	}
	.m-tzxm .box-right .box-list ul {
		padding: 0;
	}
	.m-qyfc ul li {
		width: 33.3%;
	}
	.m-qyfc ul li img {
		width: 100%;
	}
	.m-qyfc ul li:nth-child(2),
	.m-qyfc ul li:nth-child(3) {
		margin: 0;
		float: left;
	}
	.swiper-father .swiper-button-prev,
	.swiper-father .swiper-button-next {
		display:none;
	}
	.m-ad .ad-list .tempWrap {
		width: 560px!important;
	}
}
@media screen and (max-width: 1000px) {
	.m-carousel .box-left,
	.m-carousel .box-cont,
	.m-tzxm .box-left,
	.m-tzxm .box-right {
		width: 100%;
	}
	.m-carousel .box-left .carousel {
		width: 100%;
		max-width: 614px;
		margin: auto;
	}
	.m-tzxm .box-right .box-list img {
		display: block;
		margin: auto;
	}
	.m-ad .ad-list .tempWrap {
		width: 560px!important;
	}
}
@media screen and (max-width: 880px) {
	.ad-title {
		display:none;
	}
	.m-ad .hd {
		display:none;
	}
	.m-ad .ad-list .bd {
		margin:0;
	}
	.m-ad .ad-list {
		float:left !important;
	}
}
@media screen and (max-width: 600px) {
	.m-ad {
		display:none;
	}
}


/* 引导页-lead */
.is-lead {
	width: 100%;
	height: 100vh;
	background: url(../images/lead-bg.png) center top no-repeat;
}
.is-lead .is-w {
	position: relative;
	height: 100vh;
}
.is-lead .text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}


@media screen and (max-width: 500px) {
	.is-lead .logo {
		width: 100%;
	}
	.m-carousel .carousel-inner .item a img {
		height:310px;
	}
}


